home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / AOLSCN12.ZIP / AOLamer.txt
Text File  |  1997-04-08  |  1KB  |  39 lines

  1. -=AOLamer Protection=- v1.0 by FrEnZiE
  2. ********************************************************
  3. **This Script is made for mIRC 5.0. It will scan the channel 
  4. for AOLamers (From American OnLine). If this script finds
  5. any AOLamers you have the option of kicking them.**
  6. ********************************************************
  7.  
  8. [Raw]
  9. #aol off
  10. raw 352:* {
  11.   if (aol isin $parm4) { inc %aols | %aoldisplay 1 %aols $+ :4 $+ $parm6 6( $+ $parm4 $+ ) | if %aolkick == on { kick $active $parm6 4AOLamer 6Kick ! 12-=6AOLamer 10Protection12=- 1v1.0 4by FrEnZiE  }
  12. }
  13. raw 315:* {
  14.   %aoldisplay 12Total 6AOLamers 10: %aols  
  15.   %aoldisplay 4End 6Of 12AOLamer 4list 6for12 $parm1
  16.   %aoldisplay 12-=6AOLamer 10Protection12=- 1v1.0 4by FrEnZiE
  17.   disable #aol
  18.   unset %aols
  19. }
  20. #aol end
  21.  
  22. [Popups]
  23. &AOLScan:/aolscan
  24.  
  25. [Aliases]
  26. /aolscan {
  27.   set %aolchan $$?="Enter Channel"  
  28.   set %aoldisplay $$?="Echo or Msg AOL Scan?"
  29.   if %aoldisplay == echo { set %aoldisplay echo %aolchan }
  30.   if %aoldisplay == msg { set %aoldisplay msg %aolchan }
  31.   set %aolkick $$?="AOLamer Kick On/Off?"
  32.   enable #aol
  33.   %aoldisplay 4AOLamer 6List 12for4 %aolchan  
  34.   who %aolchan
  35. }
  36.  
  37. ********************************************************
  38. FrEnZiE
  39. ********************************************************